PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFGoTo3DViewAction Class / setView Method
A com.o2sol.pdf4java.annotations.a3d.PDF3DView object representing the view to be activated in the 3D annotation when the action is executed.
In This Topic
    setView Method
    In This Topic
    Sets the view to be activated in the 3D annotation when the action is executed.
    Syntax
    public void setView( 
       PDF3DView view
    )

    Parameters

    view
    A com.o2sol.pdf4java.annotations.a3d.PDF3DView object representing the view to be activated in the 3D annotation when the action is executed.
    See Also